home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / lotter / nlottery.bas < prev    next >
Encoding:
BASIC Source File  |  1994-12-22  |  203 b   |  10 lines

  1. Global WinTitle$
  2.  
  3. Sub startwindowscroll ()
  4.  
  5.  WinTitle = String(30, " ") & "Lottery Numbers.....A random number generator brought to you by Ian Riley !"
  6.  form1.Timer1.Enabled = True
  7.  
  8.  End Sub
  9.  
  10.